home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel-075.lha / feel0.75 / Src / sun4-switch.s, < prev    next >
Text File  |  1992-02-11  |  346b  |  37 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks; strict;
  5. comment    @# @;
  6.  
  7.  
  8. 1.1
  9. date    92.01.09.23.23.10;    author pab;    state Exp;
  10. branches;
  11. next    ;
  12.  
  13.  
  14. desc
  15. @sun4 (sparc) switch code
  16. `
  17. @
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @gcc_compiled.:
  26. .text
  27.     .align 4
  28. .global _stack_switch_and_go
  29.     .proc 1
  30. _stack_switch_and_go:
  31.     ta 0x3
  32.     mov %o0, %sp
  33.     mov %sp, %fp
  34.     jmp %o1
  35.     restore
  36. @
  37.